home *** CD-ROM | disk | FTP | other *** search
- // Written by: Robert B. Cooper
- // ELECTRON Software
- // P.O. Box 309
- // Mt. Storm, WV. 26739
- // CompuServe ID#: 73244,3472
- // America OnLine: ELECTRON
- //
- // This file is used by CUS_CUR.C
- //
- // You have a royalty-free right to use, modify, reproduce and distribute the
- // Sample Files CUS_CUR.C, CUR_DLL.DEF, CUS_CUR.H, SAMPLE.RC, RESOURCE.H and
- // CUR_DEMO.MAK(and/or any modified version) in any way you find useful,
- // provided that you agree that ELECTRON SOFTWARE has no warranty obligations
- // or liability for any Sample Application Files which are modified.
-
-
- long FAR PASCAL _export WndProc(HWND hWnd, UINT message,
- WPARAM wParam, LPARAM lParam);
- int PASCAL WinMain(HANDLE hInstance, HANDLE hPrevInstance,
- LPSTR lpCmdLine, int nCmdShow);
-